home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- if the result = 1 then
- set vValue to the text of member "Changing Property SetAProp Input Field 2"
- set vValue to checkValue(vValue)
- set vProperty to the text of member "Changing Property SetAProp Input Field 1"
- set vProperty to checkValue(vProperty)
- if (vValue <> EMPTY) and (vProperty <> EMPTY) then
- setaProp(gDefaultPropList, vProperty, vValue)
- set the text of member "Changing Property SetAProp Display Field 1" to string(gDefaultPropList)
- end if
- end if
- end
-